home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / streaming / qtstreamsplicer / readme < prev   
Encoding:
Text File  |  2000-09-28  |  1.1 KB  |  13 lines

  1. README - QTStreamSplicer
  2.  
  3. QTStreamSplicer is sample code that shows how to splice a still picture onto the front of a live streaming movie. Select "Splice Image Onto Stream..." from the Splice menu, then select (first) an image file and (second) a streaming movie file; then select the desired options in the dialog box that is displayed and click "Splice!". You are then prompted for a location to save the spliced file into.
  4.  
  5. QTStreamSplicer also allows you to splice a still picture over an audio-only streaming movie. Select "Splice Image Over Stream..." from the Splice menu, then select (first) an image file and (second) an audio-only streaming movie file; then select the desired options in the dialog box that is displayed and click "Splice!". You are then prompted for a location to save the spliced file into.
  6.  
  7. The source code is extremely straightforward; it illustrates how to create a movie that contains a track from another movie. It also shows how to save the new movie as self-contained (without any references to the media in the source movie).
  8.  
  9. Enjoy,
  10. QuickTime team
  11.  
  12.  
  13.